{% for profile in users (i) %} {% if i == 2 && ad(200, 90) %}
{% if profile.description %} {{ profile.description }} {% else %} {{ __('default_description', {'name':profile.username}) }} {% endif %}
{{ __('exp_level') }} {{ profile.exp_level }} {% if isset(ranks) %} {{ ranks + i }} {% else %} {{ profile.rank }} {% endif %} {% if profile.rating %}{% endif %} {% if profile.favourites %}{{ profile.favourites }}{% endif %} {% if profile.comments %}{{ profile.comments }}{% endif %}